All Questions
2 questions
4votes
1answer
2kviews
XML parsing program in C++
This is my code which works and compiles but I feel it may be non-optimal, especially the tag mapping and use of the if command. It reads two .xml files and finds ...
7votes
3answers
671views
Rigidness and verbose nature of XML parsing
I've been developing a simple console application in C++ using the TinyXML2 library, and I honestly can't help but feel what I'm doing is not very robust. Maybe that's just the nature of parsing XML (...